home *** CD-ROM | disk | FTP | other *** search
-
- NOTE. THIS REXX SCRIPT IS NOW EMAILWARE AND YOU SHOULD EMAIL ME
- IF YOU USE IT....
-
- WHAT IS IT
- ----------
- This is a new notifyRexx script for amicommSys (Registerd).
-
- What Does It Do
- ---------------
- What this script does is notify you when specific users connect
- or disconnect.
-
- o It will play a different sample for a user connecting / disconnecting
- o Pop up a requestor telling you who connected / disconnected
- o Check if a specific user is on line when you connect
- o All Features are selectable
- o Send info to Amirc if amirc is loaded.
- o Send random Greating to Freind Connecting
- o Use Reqtool's or Amicomsys's requestors.
- o + more see below
-
- How Do I Install It
- --------------------
-
- Simply Just Copy the script to /amicomsys/rexx and enable notify.arexx
- in AmicomSys setings.
-
- What Does it Require
- --------------------
- Amicomsys 1.15
- RexxMast Running
- RexxReqtools.libaray
-
- Settings
- --------
-
- player = ''
- -----------
-
- put the Mod or Sample Player here With Path .
-
- soundfileC = ''
- ---------------
-
- enter the name & Path of the Sound File to Play when user Connects
-
- soundfileD = ''
- --------------
-
- enter the name & Path of the Sound File to Play when user Disconnects.
-
- PlaySound = ''
- -----------------
-
- option Yes Or NO
- If set to yes then a sample will be Played Matching of a listed user
-
- user.0 = ''
- ---------------
-
- This is where you put the user name / nick of the user you wish to be
- notifyed of. there is no limit of the users you can have connected.
-
- template user.<x> = ' <User> ' x must be 0 on the first entry Eg
-
- user.0 = 'PO'
- user.1 = 'LaLa'
- user.2 = 'Tinkywinky'
- user.3 = 'Dispy'
-
- ect .....
-
- NumberOfUsers = x
- -----------------
- The Number of users you have entered
-
- eg.
-
- if you had....
-
- user.0 = ''
- user.1 = ''
-
- Then this would be set to >> 1 <<
-
- ShowReqC = ''
- -------------
- option Yes or No
- if set to yes a requestor would be shown when a users from the list
- connects
-
- ShowReqD = ''
- -------------
- option Yes or No
- if set to yes a requestor would be shown when a users from the list
- Disconnects
-
- UseAmirc
- --------
- option Yes or No
-
- If set to yes when you have amirc loaded all msg's will be sent to amirc's main
- window insted or the requester
-
- UseGeatz
- --------
- option Yes or No
-
- If set to yes then a Greating will be Auto sent to user connecting
-
- NoGreatzTo
- ----------
-
- This will alow you to select users you have in your user list never
- to get an auto greating sent . you just put the user name in the options
- see below.
-
- eg
-
- NoGreatzTo = '<User1> <User2> <User3>'
-
-
- Greatings.x
- -----------
-
- This works in the same way as user.x (see Above) but you enter
- a greating insted of the user name .
-
- Eg Greating.0 = 'Yo %n You ROCK' ( %n will be replaced with the user name)
-
- You can not use (") in the Greatings (Sorry) & if you wish to Use ['] in
- The Greating then you may use [^] and this will be replaced for ['] .
-
- Gsk Ask befor sending greating
- ------------------------------
-
- option Yes or No
-
- If set to yes then you will be asked befor the Greating is sent
-
- NumberOfGretz
- -------------
-
- The Number of Greating's you have entered
-
- eg.
-
- if you had....
-
- Greating.0 = '<Some Text>'
- Greating.1 = '<Some Text>'
-
- Then this would be set to >> 1 <<
-
- Pubscreen
- ---------
-
- Pubscr = '<Public Screen>'
-
- This will allow the requsetor to appear on a public screen, if no
- public screen name given or the name given is not the front mosed
- then workbench is used.
-
- THIS IS ONLY FOR THE REQTOOLS REQUESTOR......
-
- ReqType
- -------
- option ACS or REQT
-
- this option alows you to select which type of requester is used
-
- ACS - Use Amicomsys's Requestor
- REQT - Use Reqtools Requestor
-
- Future Of this Script
- ---------------------
-
- Well i may fix any bugs that i find or that are requested,
-
- The author Of amicomsys is planning to add what this script does to
- amicommsys so there may not be many updates...
-
- Legal Stuff
- ----------
-
- This Script is emailWare so email me if you use it PLEASE.
-
- You May Modify the script if you wish but please let my now if you
- Do So...
-
- THIS SCRIPT MAY ONLY BE DISTRIUTBED BY AMINET & THE AUTHOR OF AMICOMSYS
- ANY PD LIBRAYS OR MAGS MAY DISTRUBUTE IT IF YOU ASK ME FIRST..
-
- WHO DONE IT
- -----------
-
- Email: scott@online.u-net.com
- Web : http:www.online.u-net.com
-
- Updates : http:www.online.u-net.com/updates/
-
- Updates to this script may be found at the above address when avable
-
- Scott
-
- Thanx to
- --------
-
- juz - for the testing & the suggestion for the ' in the greatings
- dice - for the email and for pointing out the spelling errors
- hakan - for amicomsys & some more type-O's...
-